home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / 4hist102.zip / 4H.BTM next >
Text File  |  1993-10-21  |  270b  |  13 lines

  1. setlocal
  2. if "%temp%"=="" goto ok
  3. set lchar=%@substr[%temp%,0,-1]
  4. if "%lchar%"=="\" goto ok
  5. if "%lchar%"==":" goto ok
  6. set temp=%temp%\
  7. :ok
  8. history >%temp%#_4hist#.dda
  9. 4hist %temp%#_4hist#.dda
  10. history /f
  11. history /r %temp%#_4hist#.dda
  12. del /q %temp%#_4hist#.dda
  13.